Add comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:29:41 +0000 (15:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 26 Mar 2004 15:29:41 +0000 (15:29 +0000)
lisp/calc/calc-ext.el

index eafcc0766c228db658a816070a544d419a663a67..47c02bc285cd4776e8b0a4efb7fe8a1b176130e4 100644 (file)
   (define-key calc-mode-map "v}" 'calc-matrix-brackets)
   (define-key calc-mode-map "v(" 'calc-vector-parens)
   (define-key calc-mode-map "v)" 'calc-matrix-brackets)
+  ;; We can't rely on the automatic upper->lower conversion because
+  ;; in the global map V is explicitly bound, so we need to bind it
+  ;; explicitly as well :-(  --stef
   (define-key calc-mode-map "V" (lookup-key calc-mode-map "v"))
 
   (define-key calc-mode-map "z" 'nil)